Dekoratives Banner

Collection Object


    Description

      A Collection object acts like an array that provides access to its elements by index. Like an array, a collection associates a set of objects or values as a logical group and provides random access to them. However, most collection objects are read-only. You do not assign objects to them yourself--their contents update automatically as objects are created or deleted.

      The index numbering of a collection starts with 1, not 0.

    Objects

      Item Collection

      see Item Collection

      a collection of all of the items (imported files, folders, solids, etc.) found in the Project window

      OutputModule Collection

      see OutputModule Collection

      contains all of the OutputModule items in the project

      RenderQueueItem Collection

      see RenderQueueItem Collection

      contains all of the RenderQueue items in the project

    Attributes

      length

      the number of objects in the collection (applies to all collections)

    Methods

      []

      retrieves an object or objects in the collection via its index number